home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / DOS / TELECOMM / CILNK252 / CILINK#1.EXE / HOSTDOOR.BAT < prev    next >
DOS Batch File  |  1992-07-02  |  756b  |  24 lines

  1. :----------------------------------------------------------------------
  2. : It is recommended that you use this file only in a pinch as CTTY will 
  3. : only handle well-behaved DOS output.
  4. :
  5. : COPY, MD, CD, RD, DIR, EDLIN, TYPE and MORE are well-behaved.
  6. :
  7. : A much better solution is to replace these commands with DOORWAY.EXE 
  8. : which is available from the DataWorld BBS at 615-966-3574.
  9. :
  10. : Note: AUTOBOOT is a program which will boot your computer after
  11. :       5 minutes of inactivity.  It is used incase you get locked
  12. :       up during a DOS shell. 
  13. :---------------------------------------------------------------------
  14.  
  15. ECHO OFF
  16. AUTOBOOT  
  17. CLS
  18. ECHO Now running a Remote DOS SHELL ...
  19.  
  20. CTTY COM2:
  21. COMMAND
  22. CTTY CON:
  23. AUTOBOOT /UNL
  24.